Convert vc-bzr-async-command into a general vc-do-async-command facility.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 23:10:55 +0000 (18:10 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 28 Jan 2011 23:10:55 +0000 (18:10 -0500)
commit0aef4810424eee376c1196a1b2c7df0567edb8d3
tree5db6f712a8b0b1f40a526614815583de68e81f66
parentb345335ac709f7ca121df8410433d2123f05b0c9
Convert vc-bzr-async-command into a general vc-do-async-command facility.

* vc/vc-dispatcher.el (vc-do-async-command): New function.

* vc/vc-bzr.el (vc-bzr-async-command): Convert into a wrapper for
vc-do-async-command.

* vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): Callers changed.
lisp/ChangeLog
lisp/vc/vc-bzr.el
lisp/vc/vc-dispatcher.el